home *** CD-ROM | disk | FTP | other *** search
/ Bath / Bath CDROM.iso / pc / BATH.DXR / Internal_8.ls < prev    next >
Encoding:
Text File  |  2001-07-26  |  375 b   |  21 lines

  1. global selector, map
  2.  
  3. on exitFrame
  4.   cursor(-1)
  5.   picBuff = selector.currentPic
  6.   textBuff = selector.currentText
  7.   sprite(14).visible = 0
  8.   loadSite(selector)
  9.   setPic(selector, picBuff)
  10.   setText(selector, textBuff)
  11.   sprite(14).visible = 1
  12.   sprite(15).visible = 1
  13.   if window("map").visible = 0 then
  14.     showMap()
  15.   end if
  16. end
  17.  
  18. on enterFrame
  19.   sprite(68).visible = 0
  20. end
  21.